|
|
@@ -8,9 +8,9 @@ Action menu panel that pops up from the bottom.
|
|
|
``` javascript
|
|
|
import { createApp } from 'vue';
|
|
|
// vue
|
|
|
-import { ActionSheet, Popup } from '@nutui/nutui';
|
|
|
+import { ActionSheet, Popup, OverLay } from '@nutui/nutui';
|
|
|
// taro
|
|
|
-import { ActionSheet, Popup } from '@nutui/nutui-taro';
|
|
|
+import { ActionSheet, Popup, OverLay } from '@nutui/nutui-taro';
|
|
|
|
|
|
const app = createApp();
|
|
|
app.use(ActionSheet);
|
|
|
@@ -337,4 +337,4 @@ export default {
|
|
|
|--------|--------------------|-----------------------------------|
|
|
|
| choose | Triggered after selection | item, index |
|
|
|
| cancel | Triggered when cancel copy is clicked | - |
|
|
|
-| close | Triggered when the mask layer is clicked | event: Event |
|
|
|
+| close | Triggered when the mask layer is clicked | event: Event |
|