Skip to content

Commit b602e4b

Browse files
committed
cleaned up comments
1 parent 3319386 commit b602e4b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/right-sidebar/CodeSnippet.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -236,18 +236,6 @@ export default {
236236
methods += "\n ]),\n";
237237
methods += " },\n";
238238
}
239-
//creating a styleString too add to style scope1d style
240-
// let classArr = this.componentMap[componentName].htmlList;
241-
// console.log('thisone', classArr[0].class);
242-
// const styleStr = ' ';
243-
// for (const htmlKey of classArr) {
244-
// if (!htmlKey.text) return;
245-
// if (htmlKey.class) {
246-
// styleStr += `.${htmlKey.class}{\n}`
247-
// }
248-
// //left off here: think there is an issue to render this information::::::::
249-
// return styleStr;
250-
// }
251239
252240
let htmlArray = this.componentMap[componentName].htmlList;
253241
console.log("down here", htmlArray);
@@ -258,10 +246,6 @@ export default {
258246
styleString += `.${html.class} {\n}\n`
259247
}
260248
}
261-
// const accessProxy = new Proxy(htmlArray, getHandler)
262-
// const getHandler = {
263-
// get: function (htmlArray, )
264-
// };
265249
266250
// concat all code within script tags
267251
// if exportAsTypescript is on, out should be <script lang="ts">

0 commit comments

Comments
 (0)