Browse Source

docs(popup): fix quotation mark pairing (#878)

sumy 4 years ago
parent
commit
ce0337949d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/popup/doc.md

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

@@ -33,7 +33,7 @@ app.use(Popup);
 <nut-popup
   position="top"
   v-model:visible="show"
-  :style="{ height: '20% }"
+  :style="{ height: '20%' }"
 ></nut-popup>
 
 <nut-popup