doc: update demo

pull/4675/head
tangjinzhou 2021-09-19 11:02:10 +08:00
parent 9ec32e427c
commit 30566047cc
3 changed files with 3 additions and 4 deletions

View File

@ -65,6 +65,7 @@ module.exports = {
'import/no-named-as-default': 'off',
'import/namespace': [2, { allowComputed: true }],
'import/no-named-as-default-member': 'off',
'import/no-unresolved': [2, { ignore: ['ant-design-vue'] }],
'comma-dangle': [2, 'always-multiline'],
'no-var': 'error',
'no-console': [2, { allow: ['warn', 'error'] }],

View File

@ -30,8 +30,7 @@ A dynamic progress bar is better.
</div>
</template>
<script lang="ts">
import { MinusOutlined } from '@ant-design/icons-vue';
import { PlusOutlined } from '@ant-design/icons-vue';
import { MinusOutlined , PlusOutlined } from '@ant-design/icons-vue';
import { defineComponent, ref } from 'vue';
export default defineComponent({
components: {

View File

@ -30,8 +30,7 @@ A dynamic progress bar is better.
</div>
</template>
<script lang="ts">
import { MinusOutlined } from '@ant-design/icons-vue';
import { PlusOutlined } from '@ant-design/icons-vue';
import { MinusOutlined , PlusOutlined } from '@ant-design/icons-vue';
import { defineComponent, ref } from 'vue';
export default defineComponent({
components: {