We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c61ea commit bc2b11aCopy full SHA for bc2b11a
packages/ui/src/components/Button/Button.vue
@@ -39,7 +39,7 @@ const handleClick = (event: MouseEvent) => {
39
};
40
</script>
41
42
-<!-- <style src="./Button.scss"></style> 这种写法gulp+rollup打包会报错,vite打包不会,采用以下都兼容的写法:-->
+<!-- <style src="./Button.scss"></style> 这种写法 gulp + rollup 打包会报错,vite 打包不会,所以采用以下都兼容的写法:-->
43
<style lang="scss">
44
@use './Button.scss' as *;
45
</style>
packages/ui/src/components/Dialog/Dialog.types.ts
@@ -1,5 +1,5 @@
1
export interface DialogProps {
2
- // visible: boolean;
+ open: boolean;
3
}
4
5
export interface DialogEmits {
0 commit comments