Skip to content

Commit 9d19f66

Browse files
committed
chore: remove unused function btoa
1 parent 35bceb7 commit 9d19f66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

custom/InlineList.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,5 @@ onMounted( async () => {
336336
337337
});
338338
339-
function save_btoa(str) {
340-
return btoa(str);
341-
}
342339
343340
</script>

0 commit comments

Comments
 (0)