Skip to content

Commit 0b6c65f

Browse files
committed
feat: version
1 parent 4e416d6 commit 0b6c65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/vue2/vue-2-cube/emp.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default defineConfig(store => {
3232
html: {
3333
title: 'EMP3 vue2 base',
3434
tags: [
35-
{tagName: 'link', attributes: {rel: 'stylesheet', href: 'https://unpkg.com/cube-ui/lib/cube.min.css'}},
36-
{tagName: 'script', attributes: {src: 'https://unpkg.com/cube-ui/lib/cube.min.js'}},
35+
{tagName: 'link', attributes: {rel: 'stylesheet', href: 'https://unpkg.com/cube-ui@1.12.54/lib/cube.min.css'}},
36+
{tagName: 'script', attributes: {src: 'https://unpkg.com/cube-ui@1.12.54/lib/cube.min.js'}},
3737
]
3838
},
3939
server: {

0 commit comments

Comments
 (0)