This commit is contained in:
syuilo
2021-08-22 16:18:53 +09:00
parent 45fe754759
commit f64d3942d7
3 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export default {
ev.preventDefault();
ev.stopPropagation();
dialog({
type: 'help',
type: 'info',
text: binding.value,
});
return false;