Skip to content

Commit

Permalink
refactoring: link-to 配置键名更新
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Mar 10, 2019
1 parent 8e96096 commit afe67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/link-to/link-to.php
Expand Up @@ -2,7 +2,7 @@
<script>
require.config({
config: {
linkTo: <?= json_encode($wei->linkTo->getConfig()) ?>
'plugins/link-to/js/link-to': <?= json_encode($wei->linkTo->getConfig()) ?>
}
});
</script>
Expand Down

0 comments on commit afe67c3

Please sign in to comment.