Skip to content

Commit

Permalink
feat: version
Browse files Browse the repository at this point in the history
  • Loading branch information
doerme committed Oct 22, 2024
1 parent 4e416d6 commit 0b6c65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/vue2/vue-2-cube/emp.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default defineConfig(store => {
html: {
title: 'EMP3 vue2 base',
tags: [
{tagName: 'link', attributes: {rel: 'stylesheet', href: 'https://unpkg.com/cube-ui/lib/cube.min.css'}},
{tagName: 'script', attributes: {src: 'https://unpkg.com/cube-ui/lib/cube.min.js'}},
{tagName: 'link', attributes: {rel: 'stylesheet', href: 'https://unpkg.com/cube-ui@1.12.54/lib/cube.min.css'}},
{tagName: 'script', attributes: {src: 'https://unpkg.com/cube-ui@1.12.54/lib/cube.min.js'}},
]
},
server: {
Expand Down

0 comments on commit 0b6c65f

Please sign in to comment.