Browse Source

docs: popup deme md modify

richard1015 4 years ago
parent
commit
e180454efd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/popup/doc.md

+ 1 - 1
src/packages/popup/doc.md

@@ -83,7 +83,7 @@ app.use(Popup);
 ### 指定挂载节点
 ### 指定挂载节点
 
 
 ```html
 ```html
-<nut-popup :style="{ padding: '30px' }" teleport="#app" v-model:visible="show">app</nut-popup
+<nut-popup :style="{ padding: '30px' }" teleport="#app" v-model:visible="show">app</nut-popup>
 ```
 ```
 
 
 ## API
 ## API