doc: update demo
parent
9ec32e427c
commit
30566047cc
|
@ -65,6 +65,7 @@ module.exports = {
|
||||||
'import/no-named-as-default': 'off',
|
'import/no-named-as-default': 'off',
|
||||||
'import/namespace': [2, { allowComputed: true }],
|
'import/namespace': [2, { allowComputed: true }],
|
||||||
'import/no-named-as-default-member': 'off',
|
'import/no-named-as-default-member': 'off',
|
||||||
|
'import/no-unresolved': [2, { ignore: ['ant-design-vue'] }],
|
||||||
'comma-dangle': [2, 'always-multiline'],
|
'comma-dangle': [2, 'always-multiline'],
|
||||||
'no-var': 'error',
|
'no-var': 'error',
|
||||||
'no-console': [2, { allow: ['warn', 'error'] }],
|
'no-console': [2, { allow: ['warn', 'error'] }],
|
||||||
|
|
|
@ -30,8 +30,7 @@ A dynamic progress bar is better.
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { MinusOutlined } from '@ant-design/icons-vue';
|
import { MinusOutlined , PlusOutlined } from '@ant-design/icons-vue';
|
||||||
import { PlusOutlined } from '@ant-design/icons-vue';
|
|
||||||
import { defineComponent, ref } from 'vue';
|
import { defineComponent, ref } from 'vue';
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
|
|
|
@ -30,8 +30,7 @@ A dynamic progress bar is better.
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { MinusOutlined } from '@ant-design/icons-vue';
|
import { MinusOutlined , PlusOutlined } from '@ant-design/icons-vue';
|
||||||
import { PlusOutlined } from '@ant-design/icons-vue';
|
|
||||||
import { defineComponent, ref } from 'vue';
|
import { defineComponent, ref } from 'vue';
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in New Issue