Skip to content

Commit

Permalink
chore: change codesandbox antdv css path and ant-design-vue version (#16
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhouxinyong authored Feb 10, 2022
1 parent a7f4d5f commit cbcdc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/components/createCodeSandBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CodeSandBoxHTML = '<div id="app"></div>'
const CodeSandBoxJS = `
import Vue from 'vue'
import App from './App.vue'
import "@formily/antdv/lib/style";
import "@formily/antdv/dist/antdv.css";
import "ant-design-vue/dist/antd.css";
Vue.config.productionTip = false
Expand Down Expand Up @@ -67,7 +67,7 @@ export function createCodeSandBox(codeStr) {
'@formily/antdv': 'latest',
axios: '^0.21.1',
'core-js': '^3.6.5',
'ant-design-vue': 'latest',
'ant-design-vue': '^1.7.8',
'vue-demi': 'latest',
vue: '^2.6.11',
},
Expand Down

0 comments on commit cbcdc0e

Please sign in to comment.