Merge branch 'menu-switch' into better-8176

This commit is contained in:
tamaina 2022-01-29 17:06:28 +00:00
commit 2b7ec306f9

View file

@ -47,12 +47,6 @@ const toggle = () => {
os.popup(Ripple, { x, y, particle: false }, {}, 'end');
}
};
defineExpose({
button,
checked,
toggle,
});
</script>
<style lang="scss" scoped>