chore: add @ant-design-vue/use
parent
f38979f5ba
commit
05a6f82644
|
@ -1 +1 @@
|
|||
Subproject commit 949baac19667bc35f99609ef9d57b919c6866cea
|
||||
Subproject commit cd4d03a897a0ab0224f4a631481e73cb05540f4a
|
|
@ -15,7 +15,7 @@ Use Drawer to quickly preview details of an object, such as those in a list.
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import demo from '../antdv-demo/docs/date-picker/demo';
|
||||
import demo from '../antdv-demo/docs/form/demo/nested-useForm';
|
||||
export default {
|
||||
components: {
|
||||
demo,
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
"xhr-mock": "^2.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design-vue/use": "0.0.1-alpha.0",
|
||||
"@ant-design/icons-vue": "^5.1.5",
|
||||
"@babel/runtime": "^7.10.5",
|
||||
"@simonwep/pickr": "~1.7.0",
|
||||
|
|
|
@ -103,6 +103,18 @@ module.exports = {
|
|||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'ant-design-vue/es/form/utils/asyncUtil': path.join(
|
||||
__dirname,
|
||||
'./components/form/utils/asyncUtil',
|
||||
),
|
||||
'ant-design-vue/es/form/utils/messages': path.join(
|
||||
__dirname,
|
||||
'./components/form/utils/messages',
|
||||
),
|
||||
'ant-design-vue/es/form/utils/validateUtil': path.join(
|
||||
__dirname,
|
||||
'./components/form/utils/validateUtil',
|
||||
),
|
||||
'ant-design-vue/es/locale/en_US': path.join(
|
||||
__dirname,
|
||||
'./components/locale-provider/en_US.js',
|
||||
|
|
Loading…
Reference in New Issue