doc: update demo
parent
9ec32e427c
commit
30566047cc
|
@ -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'] }],
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue